home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / os2 / qbr_os2.zip / README.TXT < prev    next >
Text File  |  1996-01-23  |  14KB  |  283 lines

  1.         ┌─────────────────────────────────────────────────────┐
  2.         │                                                     │
  3.         │             The Snake-Byte Incorporated             │
  4.         │                                                     │
  5.         │          NFL Quarterback Rating Calculator          │
  6.         │                                                     │
  7.         └─────────────────────────────────────────────────────┘
  8.  
  9.                       ┌──────────────────────────┐
  10.                       │  What This Program Does  │
  11.                       └──────────────────────────┘
  12.  
  13. This program will calculate the NFL Quarterback Rating using five numerical
  14. stats input by the user (Attempts, Completions, Total Yardage, Interceptions
  15. and Touchdowns).
  16.  
  17.  
  18.                      ┌───────────────────────────┐
  19.                      │  How To Run This Program  │
  20.                      └───────────────────────────┘
  21.  
  22. The NFL Quarterback Rating Calculator is a command line program.
  23. There are two ways that you can run the program:
  24.  
  25. (1) Change to the directory where the .EXE executable file resides. Type in
  26.     the filename of the .EXE executable and the five quarterback statistics
  27.     required by the program.
  28.  
  29. (2) Place the .EXE executable file somewhere in your computer's PATH. If you
  30.     do not know about the "PATH" statement, check the documentation for your
  31.     operating system. Once the .EXE executable file resides in a directory
  32.     that is in your PATH, you can run the program anytime without having to
  33.     change to it's directory. Type the .EXE filename and the five quarterback
  34.     statistics required by the program.
  35.  
  36.  
  37.                      ┌───────────────────────────┐
  38.                      │  How To Use This Program  │
  39.                      └───────────────────────────┘
  40.  
  41. This program performs the difficult (and somewhat confusing) calculations
  42. that determine a quarterback's "rating". This rating is used to rank the
  43. quarterbacks in the National Football League. The highest rated quarterback
  44. at the end of the season "wins the passing title".
  45.  
  46. If you want to calculate a quarterback's NFL Rating for a single game, or
  47. for a given stretch of games (or even against your team's most hated rival
  48. team), all you have to do is provide five (5) common statistics for your
  49. quarterback (readily available in newspaper "box scores" or via Internet
  50. or other online services). The five stats are listed below with a brief
  51. explanation (which isn't really needed for avid NFL fans!):
  52.  
  53. ATTEMPTS:      This is how many times your quarterback tried to throw the ball.
  54.                Consists of completed passes + incomplete passes + interceptions.
  55.  
  56. COMPLETIONS:   This is how many times your quarterback completed a pass to one
  57.                of his *OWN* receivers. Interceptions don't count! <G>
  58.  
  59. YARDAGE:       This is the total amount of yardage your quarterback passed for.
  60.                (Don't use the Passing Yards from the overall team stats because
  61.                that yardage total has been adjusted to reflect any quarterback
  62.                "sacks". It also includes any other passing yardage, such as
  63.                halfback passes or "cleanup" work by backup QBs after the game
  64.                has been decided).
  65.  
  66. INTERCEPTIONS: Self-Explanatory. The number of times your quarterback was
  67.                picked off by the opposition.
  68.  
  69. TOUCHDOWNS:    Also self-explanatory. The number of times your quarterback
  70.                threw a pass that went for a touchdown.
  71.  
  72.  
  73.                 ┌────────────────────────────────────────┐
  74.                 │  Command Line Syntax For This Program  │
  75.                 └────────────────────────────────────────┘
  76.  
  77. Now that we've explained what the program requires, we'll give you a
  78. detailed rundown on how to run it from the command line. This assumes
  79. that you are either in the directory where the .EXE executable currently
  80. resides or have placed the .EXE executable in a directory that is in your
  81. computer's PATH.
  82.  
  83. If the quarterback you're calculating a rating for finished with these stats:
  84.  
  85.                  ATTS     COMP     YARD     INT    TDS
  86.                   27       18       392      3      5
  87.  
  88. From the command line, type in the name of the .EXE executable (the .EXE
  89. extension is optional) and these five statistics as shown.
  90.  
  91. OS/2 Users would type the following and press <ENTER>:
  92.  
  93. C:\> QBROS2 27 18 392 3 5
  94.  
  95. DOS Users would type the following and press <ENTER>:
  96.  
  97. C:\> QBRDOS 27 18 392 3 5
  98.  
  99. Please note! If you type the 5 statistics shown in some other order,
  100. miss-type one of the numbers or enter an alphabetic character or symbol,
  101. the output of the program won't be correct! The stats *MUST* be typed in
  102. the order shown: [ATTEMPTS] [COMPLETIONS] [YARDAGE] [INTERCEPTIONS] [TDS]
  103.  
  104. The NFL Quarterback Rating for the stats listed above (27 18 392 3 5)
  105. is 109.7 (It's official! Straight from the NFL!). If you got any other
  106. rating number (or odd output), check your typing. You entered one of the
  107. numbers incorrectly or you may have accidently typed a letter or symbol
  108. somewhere on the line of stats.
  109.  
  110. Also, if you *DON'T* type in enough statistics, or you type in *TOO MANY*
  111. statistics, the program will let you know that you have incorrectly entered
  112. the data and exit back to the command line.
  113.  
  114. Use the above statistics to test the program out until you are comfortable
  115. with the proper syntax.
  116.  
  117. If you DID type everything correctly, the screen will clear and the program
  118. will display the five stats you typed in a format similar to the one shown
  119. above. It will show your quarterback's Completion Percentage, Touchdown
  120. Percentage, Interception Percentage and Average Gain (yards per pass attempt).
  121.  
  122. It will also show how many rating points your quarterback got for each of
  123. these percentages. Don't be alarmed if you see 0.000 in one or more of the
  124. points categories. Also, the highest point total that a quarterback can get
  125. in any of the four categories is 2.375. The NFL Rating system "adjusts" for
  126. really poor or really great performances.
  127.  
  128. Here's an example of the "adjustments". In the stats used above, the
  129. quarterback had an exceptional afternoon throwing five TDs. Using the
  130. cryptic NFL formula, he would have ended up with 3.704 points for his
  131. Touchdown Percentage. To balance out the good with the bad, the rating
  132. formula adjusts this down to the maximum allowed points of 2.375.
  133.  
  134. Don't get mad yet! The *GOOD* news follows.
  135.  
  136. In the stats above, the quarterback threw three interceptions. Using the
  137. same cryptic formula, he would have ended up with **NEGATIVE** numbers in
  138. the Interception Percentage point category (-0.403 to be exact). The rating
  139. formula adjusts this *UP* to the minimum allowed point total of 0.000.
  140.  
  141. So, even though your quarterback may have lost some points in the Touchdown
  142. Percentage category, he gained some ground back in the Interception Percentage
  143. category.
  144.  
  145.  
  146.           ┌────────────────────────────────────────────────┐
  147.           │  Some Fun Things You Can Use This Program For! │
  148.           └────────────────────────────────────────────────┘
  149.  
  150. Since the NFL is pretty good about releasing statistics and QB ratings
  151. on a regular basis, I figured this program would be good for a few other
  152. fun things that you won't get from the NFL. I already mentioned a couple,
  153. such as calculating your favorite quarterback's rating versus your most
  154. hated rival or calculating his performance over a given stretch of games
  155. in a certain season. Here are a few others!
  156.  
  157. Anytime during the NFL season, you can project your quarterback's final
  158. NFL QB Rating by using a bit of math. If your QB just completed game 4 of
  159. the season, multiply each of his stats times 4 to see a "projected" end of
  160. the season QB rating. There are now 16 games in the NFL season (circa 1996),
  161. you do the math! <G>
  162.  
  163. If you play on a football team (or have a friend/relative who does) you can
  164. use this program to calculate your/their NFL Quarterback Rating! Wow your
  165. friends by letting them know that you have a better QB Rating than Steve Young
  166. or Troy Aikman!
  167.  
  168. Calculate the NFL Quarterback Rating of the prospective draft picks coming
  169. out of college. Or, see if that hot QB your team spent a draft choice on can
  170. cut it in the NFL before he even takes a snap!
  171.  
  172. The current NFL Quarterback Rating system wasn't adopted until 1973. If you
  173. have an NFL Record book (or team record book or even an old football card),
  174. you can use this program to calculate the NFL QB Rating for any NFL great
  175. from the past. See how Bart Starr or Johnny Unitas stacks up against current
  176. day heros!
  177.  
  178.  
  179.            ┌───────────────────────────────────────────────┐
  180.            │  The Harsh Reality of Trickle Down Economics  │
  181.            └───────────────────────────────────────────────┘
  182.  
  183. Unfortunately, nothing in life is free. But this nifty little program almost
  184. is! That's right -- you can clear your conscience and assure that there'll
  185. be other neato-frito programs from Snake-Byte Inc. -- for the ridiculously
  186. reasonable, almost-FREE sum of $5.00. How can we afford to let this rare
  187. jewel of a program go for the piddly little amount of $5.00?!?!
  188.  
  189. Because, here at Snake-Byte Inc., we deal in VOLUME! VOLUME!! VOLUME!!!
  190. We'll eat a bug to make a sale! Come on down to our Midnight Madness
  191. sale and...Wait a minute. Wrong sales pitch. Sorry. Anyway, you get the
  192. picture. <Insert normal shareware begging/pleading/demanding here>.
  193.  
  194. What do you get for your $5.00? That warm-tummy feeling of satisfaction
  195. knowing you did the RIGHT thing. This program is in no way "Crippled". I
  196. detest "CrippleWare" and decided early on that I wouldn't do that kind
  197. of thing. So, there's no "registered version". What you have now is the
  198. fully-functional program. It contains one little shareware notice when
  199. you exit the program, so it doesn't inconvenience you before or during
  200. the program's execution.
  201.  
  202. (And if that gets your shorts in a bunch, send me a 3.5 disk plus return
  203. postage and the registration fee and I'll compile you a special version
  204. sans nags!).
  205.  
  206. Here's where to send the cash/check/money order:
  207.  
  208.                               Will Morgan
  209.                               2516 Wood St.
  210.                               Texarkana, Tx   75503
  211.  
  212.  
  213.       ┌─────────────────────────────────────────────────────────┐
  214.       │  Other Programs Available From Snake-Byte Incorporated  │
  215.       └─────────────────────────────────────────────────────────┘
  216.  
  217. 32 Bit DOS & 32 Bit OS/2 text mode, 32 bit OS/2 Presentation Manager and 16
  218. bit Windows/Win95 versions of the DALLAS COWBOY FANATIC's Companion.
  219.  
  220. They are available from the FTP site at clover.cleaf.com
  221. /pub/mst3k/snake-byte/COWBOYS with the filenames CBYDOS##.ZIP (32 bit DOS),
  222. CBYOS2##.ZIP (OS/2 text), CBY_PM##.ZIP (OS/2 P.M.) or CBYWIN##.ZIP (Win/Win95).
  223. Where ## is the current version number of the various programs.
  224.  
  225. Also, I have released a series of "Automated Episode Guides" for various
  226. popular TV shows. Here are the shows that currently have A.E.G.'s available
  227. in 32 bit DOS, 32 bit OS/2 Text *AND* PM versions as well as 16 bit Win/Win95
  228. versions. (check at clover.cleaf.com /pub/mst3k/snake-byte):
  229.  
  230. TV Show Name      DOS Filename    OS/2 Text      OS/2 PM    Win Filename
  231. ========================================================================
  232. Mystery Science   MSTDOS##.ZIP  MSTOS2##.ZIP  MST_PM##.ZIP  MSTWIN##.ZIP
  233. Theater 3000
  234. ------------------------------------------------------------------------
  235. The X-Files       XFLDOS##.ZIP  XFLOS2##.ZIP  XFL_PM##.ZIP  XFLWIN##.ZIP
  236. ------------------------------------------------------------------------
  237. Quantum Leap      QLPDOS##.ZIP  QLPOS2##.ZIP  QLP_PM##.ZIP  QLPWIN##.ZIP
  238. ------------------------------------------------------------------------
  239. Star Trek:        TNGDOS##.ZIP  TNGOS2##.ZIP  TNG_PM##.ZIP  TNGWIN##.ZIP
  240. Next Generation
  241. ------------------------------------------------------------------------
  242. Star Trek:        TOSDOS##.ZIP  TOSOS2##.ZIP  TOS_PM##.ZIP  TOSWIN##.ZIP
  243. Original Series
  244. ------------------------------------------------------------------------
  245. Deep Space 9      DS9DOS##.ZIP  DS9OS2##.ZIP  DS9_PM##.ZIP  DS9WIN##.ZIP
  246. ------------------------------------------------------------------------
  247. The Simpsons      SMPDOS##.ZIP  SMPOS2##.ZIP  SMP_PM##.ZIP  SMPWIN##.ZIP
  248. ------------------------------------------------------------------------
  249. Babylon 5         BA5DOS##.ZIP  BA5OS2##.ZIP  BA5_PM##.ZIP  BA5WIN##.ZIP
  250.  
  251. (Note: ## is the current version number of the various programs).
  252.  
  253. For Internet-Impaired people, here's a Fidonet BBS that carries the various
  254. Snake-Byte Inc. programs. It's the "Official" Fido Snake-Byte Inc. file site.
  255. X-Capade BBS carries *ALL* Snake-Byte Inc. programs at *ALL* times. Sysops
  256. can FREQ the above filenames or send email to the sysop for a list of "Magic
  257. Names". Non-Sysops can call the number and have access to the Snake-Byte Inc.
  258. File Area on your first call.
  259.  
  260.     Board Name              Location         Fido Address  Phone Number
  261.    ======================================================================
  262.    X-Capade BBS          Texarkana, TX       1:3819/190   1-903-793-0166
  263.    ======================================================================
  264.  
  265.  
  266.                ┌────────────────────────────────────────┐
  267.                │ Contacting the Author of This Program  │
  268.                └────────────────────────────────────────┘
  269.  
  270. Want to thank me for such a fantastic program? Bitch me out for wasting
  271. your download time & hard drive space? Suggest future additions to this
  272. program or ideas for other programs? Lonely and just need a cyber-shoulder
  273. to cry on? Well, for all these reasons except that last one there, you can
  274. contact me by one of the following methods:
  275.  
  276.     Fidonet Netmail:               1:3819/128.103
  277.     Fidonet Echos I Hang Out On:   MST3K, NFL & OS/2
  278.     Internet email:                wmorgan@clover.cleaf.com
  279.                                    will.morgan@p103.f128.n3819.z1.fidonet.org
  280.     US Snail Mail:                 (See Address in the Shareware Nag)
  281.  
  282.  
  283.